Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > PathFontColors

PathFontColors

String, Real, Boolean, Integer, Integer

Correct default values

Purpose

The PathFontColors parameter specifies the font attributes and color of the Path: label and your fully qualified database path passed by the command line on the splash screen.

The parameter values represent font‑name, font‑size, font‑bold, color1, and color2. The value of <default> specifies that JADE uses what it recognizes as the correct default values.

A font-name value of Default indicates that the default system font is used and that the font-size and font-bold values are ignored.

The color1 value applies to the Path: label, and the color2 value applies to the label containing the path to the database. For example, if you set this parameter to Arial, 12, true, 16777215, 255 and then start the JADE development environment, the Path: label is white, the c:\jade\system label is red, and both labels use the Arial 12 point bold font.

Parameter is read when …

The client node is next initialized.